home *** CD-ROM | disk | FTP | other *** search
/ Computer Inter@ctive 17 / Computer Interactive cdrom 17 - gen 99.iso / ZDNETIT / CONTENT / CGIMIL32.ZIP / sample2.cf < prev    next >
Encoding:
Text File  |  1996-07-29  |  540 b   |  26 lines

  1. # NOTE: # character is used for commenting lines
  2.  
  3. # Calling page for this sample is SAMPLE2.HTM
  4.  
  5. # put your SMTP servers name here and uncomment line
  6. #GATEWAY=smtp.server.com
  7.  
  8. # sender's address
  9. FROM=<%REQ.FROM%>
  10.  
  11. # uncomment following line and put list of addresses of recipients
  12. TO=boban@student.math.hr
  13.  
  14. # Subject
  15. SUBJECT=CGIMailer - Sample2
  16.  
  17. # template for response page
  18. TEMPLATE=sample2.htt
  19.  
  20. # template for message wich will be sent
  21. MSGTEMPLATE=message.txt
  22.  
  23. # template for error responses
  24. ERRTEMPLATE=err.htt
  25.  
  26.